--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
packaging/arch/build.sh d880dc2c03d14ffa4afaf9939dff220e7c7c0079 (d880dc2c) Text, 236 B
T8b949e#!/bin/bash
Tffa657set -e
T8b949e# Fix permissions for the mounted volume
sudo chown -R build:build /home/build/project
T8b949e# Navigate to the build directory
Tffa657cd /home/build/project
T8b949e# Run makepkg as the build user
sudo -u build makepkg -s --noconfirm
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────